I am upgrading from UltraWebGrid to WebGrid.
With Old UtlraWebGrid i was able to do the following things
1)Merging Cells Without Sorting
2)Update Row without DatKeyFields bound to a Custom class Collection.(Now RowUpdating Event is not firing)
3)Disabling Cellwise Editing behaviour(Making Readonly Based on some condition in codebehind)
Please advise how to accomplish all these in new WebDataGrid control.
Hi rajeevg77,
Thank you for posting in the community.
Regarding your first question, cell merging is currently available only with sorting and has been introduced in version 11.2 as CTP. A potentially possible approach in this scenario is also editing the grid rows' html on the client:
http://blogs.infragistics.com/forums/t/56751.aspx
Note that in order for WebDataGrid's RowUpdating event to fire, the editing core's AutoCrud property should be set to false. You may find additional useful information for setting up Manual CRUD at:
http://blogs.infragistics.com/aspnet/media/p/218617.aspx
Cell editing may be controlled for individual cells by handling the EnteringEditMode client-side event and cancelling for the cells you wish to remain edit only.
Please let me know if this helps.
Thank you for the reply.
1)I have alredy se AutoCrud to false its not working .Please see my grid definition.
<
>
="true">
="False">
/>
="65px">
="26px">
="44px">
="62px">
="40px">
="50px">
="20px">
="B&S">
="Pipeline">
="60px">
="18px">
Apologies for the delayed response.
I am attaching a sample with an identical page setup as the one you have provided as I was unable to replicate the behavior. Please feel free to contact me if the issue persists.
Thanks Peter,I didn't see the attachment.Anyway i already figured out how to do this.
Thanks for you help.
Hi,
I have set the AuotGRUD=false, EnableDataViewState="True" and EnableViewState="True” for a webDatagrid Row updating event is not not Firing?
But when I click any button on the page the event is firing? How to handled this?
http://community.infragistics.com/aspnet/media/p/218617.aspx
please hlep us.