Hi,
I have dropdown button. on Click of this dropdown button ultragrid get opens.
This grid is Infragistics.Win.UltraWinGrid.UltraGrid in which it has columns and rows.now i want to make dropdown button enable so that user can see the details of grid i.e. rows and columns but do not allow user to select the data in the grid.
Can you please help me how can i set the data in the grid in so that user can see it but cannot select.
Please reply ASAP.
Thanks
That link on how to make it read-only is no longer valid.
Very helpful.
I'm sorry, but I do not understand your question. Can you explain in more detail?
I have Header in which on click of combox , contact grid appears having rows and columns.
When I double click on this row i get value in combox box.
Below Header in the different form I have one more grid and in grid i have one of the column as status so depending on status i have to fetch the value from contact grid. SO when the status is cancel at that time and I double click on contact grid I should not get value in Combobox.
So for this what should I do??
Let me know ASAP. Very Urgent.
I'm sorry, but I do not understand your question.
The error message you are getting indicates that you are trying to reference a property of a variable which null. So you need to check your code and see what is null and perhaps put in a check for null before you attempt to access it's members.