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
471
Grouop by area records
posted

Hi all

 iam using a xamgrid ..if i set any field  in  group by area and  tick  the checkbox and  click the remove  button .i want  to get the value of tat group by area  record..how to  do tat?

how to  do  code when the user selected  group by area and clcik the remove button..

can anyone help me

 

 

without giving  group by area i get the field  values  using this code

 

 foreach (DataRecord dgRec in grdActiveUser.Records)
                    {
                       
                        if (dgRec.Cells["IsSelected"].Value.Equals("True"))
                        {
                            string StrCheckID = Convert.ToString(dgRec.Cells["ActiveClientGuid"].Value.ToString());
                           }
                         }

                

Parents Reply Children