filter in a grid display value instead of text

3 replies. Last post: November 10, 2010 11:27 PM by Niven Prasetya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hello InterSoft,

I have a grid version 7. I have a valuelist attached to a filter like:

grid.RootTable.Columns.GetNamedItem("STATUS").FilterEditType = FilterEditType.DropdownList; grid.RootTable.Columns.GetNamedItem(

grid.RootTable.Columns.GetNamedItem("STATUS").ValueList.SetDataSource(dt1, "Text", "Val");

 

Filter works fine except that after refresh it display a Ex, select a filter in a "STATUS", then do refresh. Filter works as expected except that "STATUS" field display value instead of text. If I click back on "STATUS" filter it display a text (correct) when I click out of filter  it display value (not correct).  What need to be done to prevent filter to display a val? Please advice

All times are GMT -5. The time now is 11:26 PM.
Previous Next