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, but only a subset of the data (...
I am using ultra web Grid..
I am populating data using datatable and the grid is bound to the datatable. I am able to fetch the data and show the grid from the database.
I have a editable column in the grid, I need to loop thru this grid and populate the second grid in the same page.. How do i do ? Please give me the client side code...
I am using the Infragistics' Ultra webgrid. What i am trying to do is this:
my grid has two levels. i have a checkbox in the header of each level,as well as on every row of the grid(using cell and header templates).
when i check the checkbox located in the header of the second level, all the rows below the header must get checked i.e. th...
I want to explain this as best as I can. I have a Webgrid with a certain amount of columns. What I want is for the columns to adjust to the size of the largest string within each column, where the total of all width of columns does not exceed the width of the webgrid. At the same time however if the width of all columns is less than the ...