Hi
First let me say thanks for all the help on previous questions I've posted.
Hopefully someone can help me with this too.
I have a grid which actually has a couple of columns that display only images.
Obviously the images reflect underlying settings from my data, and they are based
on enumerated values 0 to 8.
I have managed to display a combobox as my filter of choice and want to place text
in the combobox items. Eventually if I can I will display the corresponding images as well.
So first of all what do I have to do to make filtering work.
I thought a hidden column might be the way to go and populate it with the enumerated values,
but I cann't get the grid to filter based on my combobox selection. The selection event fires
and has the correct enumeration. I used an alert to show this.
Ultimately I want to sort these items too.
I looked at one of the examples that had an image AND text, but haven't found one for an image only example yet.
TIA
First let me say thanks for all the help on previous questions I've posted.
Hopefully someone can help me with this too.
I have a grid which actually has a couple of columns that display only images.
Obviously the images reflect underlying settings from my data, and they are based
on enumerated values 0 to 8.
I have managed to display a combobox as my filter of choice and want to place text
in the combobox items. Eventually if I can I will display the corresponding images as well.
So first of all what do I have to do to make filtering work.
I thought a hidden column might be the way to go and populate it with the enumerated values,
but I cann't get the grid to filter based on my combobox selection. The selection event fires
and has the correct enumeration. I used an alert to show this.
Ultimately I want to sort these items too.
I looked at one of the examples that had an image AND text, but haven't found one for an image only example yet.
TIA