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?
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.