Hello, I am trying to play with the grid and have a few questions. I am completely new to the grid...
1)
I am trying to acheive filtering on multiple datafields. This is what I have done..
I created a custom UserControl which has a certain display and shows data for 4 datafields... I created a GridTemplateColumn that contains the customUserControl. Now I can filter on 1 datafield by setting its DATFIELD property, but what I really want is try to Filter on all 4 fields that are in the Custom UserControl.. So my condition should either Field1 or Field2 or Field3 or Field4 for the usercontrol.. Can I implement an event and get access to that datarow, if so which event?
Can I acheive this? Any help would be greatly apprecaited as I need to get this piece done..
2)
I want to show the Filtering options, but dont want to show the column headers? Can I do this.. When I set ShowHeader it also hides the filters...
Thanks
Tom
1)
I am trying to acheive filtering on multiple datafields. This is what I have done..
I created a custom UserControl which has a certain display and shows data for 4 datafields... I created a GridTemplateColumn that contains the customUserControl. Now I can filter on 1 datafield by setting its DATFIELD property, but what I really want is try to Filter on all 4 fields that are in the Custom UserControl.. So my condition should either Field1 or Field2 or Field3 or Field4 for the usercontrol.. Can I implement an event and get access to that datarow, if so which event?
Can I acheive this? Any help would be greatly apprecaited as I need to get this piece done..
2)
I want to show the Filtering options, but dont want to show the column headers? Can I do this.. When I set ShowHeader it also hides the filters...
Thanks
Tom