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
325
checkboxcolumn Event(get the All row data, row count) in XamGrid
posted

Hello,

I designed the Grid using commonly in my app, like that.

First Column is a checkboxcolumn. If User select row in grid, User check the checkboxcolumn cell.

I want to know that way to get the All row data of checkboxcolumn cell checked,

                                      get the row count of checkboxcolumn cell checked.

and check all checkboxcolumn cell at once.

I bind DataSet to XamGrid in my app.

like this,

DataSet _ds = userManager.GetUserInfo(_queryFunctionId, _parameter);

if (!(_ds == null || _ds.Tables[0].Rows.Count == 0))

{

      dgdMaster_OASB010.ItemsSource = _ds.Tables[0].DefaultView;

}

could you let me know how can I do.

thank you for your help.

Parents
No Data
Reply
  • 35319
    posted

     

    Hello,

     

    I am just checking if my last reply was helpful for you.

     

    If you require any further assistance please do not hesitate to ask.

Children
No Data