sudhir_optima
13 years agoContributor
Unable to Right click on a grid.
In Our application we have to right click a Grid header column. We want to write a function in which we have to just pass the column name of the grid.
We can have several grid, but we want to right click on only Active grid. Please find the attachment which display both Active and Incative grid.
( By just clicking on the grid view, it get Active)
Here in screen shot 'Customer name' is Inactive while 'product' is Active. There is one uniuq property which we found and that is 'Bcckcolor' but which is itself a Object.
Using object.Backcolor.color we get different value for both Active and Incative grid. We want to pass this value.hile creating a function , where we are using Find method and passing the Unique property,
So how to pass this Backcolor.color property in find method ?
We can have several grid, but we want to right click on only Active grid. Please find the attachment which display both Active and Incative grid.
( By just clicking on the grid view, it get Active)
Here in screen shot 'Customer name' is Inactive while 'product' is Active. There is one uniuq property which we found and that is 'Bcckcolor' but which is itself a Object.
Using object.Backcolor.color we get different value for both Active and Incative grid. We want to pass this value.hile creating a function , where we are using Find method and passing the Unique property,
So how to pass this Backcolor.color property in find method ?