> Why would you put a combobox in the grid if you don't want
> the user to use it?
I have about 20 rows on my grid. Depending on the data that is in a
particular row, the data in the combobox column may not be changable.
As it turns out, only around a quarter of the rows should allow the
user to change that column. If the combobox's arrow only appeared on
those 4 or so cells, then they would pop out to the user and be
obvious.
To be more concrete, I have 20 rows in my grid. I don't allow the user
to change the data in the first column. It is an edit type column. I do
allow the user to change the data in the second column. It is also an
edit type column. In the third column, I only want to allow the user to
change the data in rows #5, 6,12, and 15. It is a combobox column.
In all the other rows, that is (1,2,3,4,7,8...) I would like to display
the data in column 3 as if it were an edit type column, but in rows
5,6,12, and 15, I want to display the combobox for the user to
manipulate.
AnikSol - 12 Jan 2007 16:38 GMT
set the combobox column display style to nothing, for the arrows to vanish
and at the same time make those cells read only.
>> Why would you put a combobox in the grid if you don't want
>> the user to use it?
[quoted text clipped - 16 lines]
> 5,6,12, and 15, I want to display the combobox for the user to
> manipulate.