Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
Get PostBack on Selected Row Changed
posted

How to get post back on webdatagrid when selected row is changed ?

 Webdatagrid have that even ?

Parents
No Data
Reply
  • 811
    Suggested Answer
    posted

    Jiten,

    Yes,  Infragistics WebdataGrid do have server side event called WebDataGrid1_RowSelectionChanged, ColumnSelectionChanged & CellSelectionChanged event. These events can be visible after you have enabled the Selection Behavior using Smart Tag -> Edit Behavior and then check the checkbox of Selection and you will find in property window the SelectionChanged events.

    You can also refer help article from Infragistics:

    http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html%5CWebDataGrid_Enabling_Selection.html

    http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html%5CInfragistics35.Web.v9.1~Infragistics.Web.UI.GridControls.WebDataGrid~RowSelectionChanged_EV.html

    http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html%5CInfragistics35.Web.v9.1~Infragistics.Web.UI.GridControls.WebDataGrid~CellSelectionChanged_EV.html

    Thank you.

    Bunty :)

     

Children