Put the UltraChart in a WebAsyncRefreshPanel, and check the docs for WebDataGrid's AJAX features or ask about it on the WebDataGrid forums.
How I can add row number to the table in WebDataGrid? Does WebDataGrid has auto increment?
Hi all,
Is there a way to get the selected row index of the webdatagrid on the serverside button event
which is inside the templatedatafield of the webdatagrid.
Thanks
The function igtbl_getGridById() is used to find a WebGrid on a form, not a WebDataGrid.
For WebDataGrid, use this syntax instead:var grid = $find("<%= WebDataGrid1.ClientID %>");
Er.., no good. That changes the hover on other webdatagrids that are placed directly on the page, but makes no difference to the webdatagrid in the webdropdown's item template.
The pager never changes if the webdatagrid has filtering enabled.
How to set the "this._customPager.SetContext" if the webdatagrid has filtering enabled?
What do I use in WebDataGrid for grid row instead of UltraGridRow? I looked in to
Infragistics.Web.UI.GridControls.
WebDataGrid, but didn't find it. Thanks.
Hi Petar,
Please find an example of the js attached.
Regards.
Hi,
I attached my example to this post.
The summary of this example can be describing by follow steps:
1. Create a WebDataGrid with 3 DropDownProviders
2. Bind data to 3 DropDownProviders and WebDataGrid
3. Every time user exit edit mode of cell…
I have a webdatagrid with add new row enabled. I now am able to use my editrowtemplate to add new row with few javascript.
My prob is i have one ready only column(dropdownlist). and when i try to add new row on templateclose it is giving some object…