Hello
I am using Webgrid ver 2011.2 , datasource is data table
I have a some question.
1st question is
i would like to binding or filtering on client side
it is necessary to us.
if it is possible? please let us know
2nd question is
How do i display summary row except 'sum = ' or '-' string
I just want display sum amount without 'sum = ' and '-'
3th question is
Some client side event was not working on explorer and crome
for example.. sorting or active cell change event ...
i attached my source code
please, advice to me after checking
Thank you for reading
Hi cyc0521,
Please feel free to contact me if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Thank you for posting in the community.
Regarding your first question:Client side binding is possible for WebDataGrid using jQuery. You can see a sample illustrating such a setup at:
http://samples.infragistics.com/aspnet/Samples/WebDataGrid/Data/Client-Binding/Default.aspx?cn=data-grid&sid=fd0e525b-38d6-42d9-9507-14a67373a718
Currently only server side filtering is available for WebDataGrid.
2. If you want to display only the value of the summary you can set the FormatString property of the Symmary Row behavior to "{1}". Similarly, if you wish columns with no summaries to have no text at all in the summary cell, you can set the EmptyFooterText property to "".
3. I have tested some of the client-side behaviors of the grid using version 11.2.20112.1019 under Chrome and IE9 and all events seems to be firing as expected. Attached is my test sample.
Please let me know if this helps.