|
Browse by Tags
All Tags » WebGrid ( RSS)
-
Hi All, I am using infragistics webGrid. I have template field which contains checkbox. On click of submit button i need to update the records which has been checked. But i am not able to find the control on button click event.Please help me out Dharmbir
-
I am having some trouble adding the first child row to a webgrid. I believe I have all the pemissions set correctly, however the following line returns null for aRow var aRow = igtbl_addNew(oGrid, 1);
-
I need to show a message in the area where page index shows..
for example:
you are watching data from 1 to 7
and Total records:16 1.2.3.4...
I need the above extra message to show in the bottom where page index is shown..
i need to show the message and also the...
-
Prior to turning on App Styling, I set the background color of a grid row in the Initialize_row method if the row had a data error. With App Styling turned on, it applies the styling AFTER the Initialize_row. How can I use App Styling and still be able to set the background color of the row when it is...
-
Hello, I am using Ingragistics 6.2 and I need to bind the web grid from client side javascript. I saw there is a feature call loadondemand using XML which I havent tried. My requirement is, I have a collection object from AJAX webservice which I need to bind in the web grid using javascript. Could anyone...
-
I've finally figured this one out. The approach I wound up taking was to have an "Insert" button outside the grid itself, but to keep the Update button (the button formerly known as "Ok") within the RowEditTemplate. The "Insert" button adds a blank row to the grid and...
-
Greetings, Given a SQL Server 2005 column " IsPaid" of Type Bit -- Boolean ( 1 ,0) I want to display a string in the grid, how do I accomplish this? Since the dataytype that is comming back is Boolean, and I am trying assign a String, this does not work!!!! Protected Sub UltraWebGrid1_InitializeLayout...
-
I've been using web grid and have had a tough time understanding and getting them to work right within update panels. One thing I have noticed and think it might be a possible bug is happening on the client side. Create and add a webgrid to an aspx page. Allow adding of new rows. Create 3 or 4 columns...
-
I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All the data available will be displayed in the WebGrids...
-
I was wondering if I can just bind a web grid to a datareader that is instanciated at runtime? or do I have to loop through the datareader to populate the columns and rows? Is there any help docs on this?
|
|