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
830
Select Value in XamDataGrid 2
posted

To store a value in a field on a selection on a datagrid I do this:

if

 

 

(this.xdgBase.ActiveCell != null )
{
mIDSoggettoTmp = (
int)(xdgBase.ActiveRecord as DataRecord).Cells["IDSoggetto"].Value;
}

 

 

now if I click on the cell filter gives me error. how do I trap the cell filter and I'm not on a given?

  • 138253
    Offline posted

    Hello Pranzo,

     

    Thank you for your post. I have been looking through it, but it seems like I am missing something. Could you please send me an isolated sample project, so I can investigate it further for you.

     

    Looking forward for your reply.