Hi,
I want to display text and value different in the grid cell.
If column data type is decimal or datetime then when server is returning with null then it should display null instead of empty, I have applied the solution to assign the null text in cell. But that property assign null whether it is empty string or null value from server.
What are you doing and why isn't it working?
Hi Mike,
Thanks for reply and sorry for late responce.
What ever you suggest that is not working in my case:
This is my sample data you tell me solution.
Column1(decilma) Column2(string) Column3(Date)
1.222 Hello 12/3/2008
null Hello null
3.25 IBM
IMB 13/3/2008
5.65 null
Syed Sadaqat Hussain said:Thanks for suggestion but I am not able to find DataFilter in knowledge Base. I tried to search.
I just did a search in the Infragistics Knowledge Base for the word DataFilter and found three articles:
http://devcenter.infragistics.com/Support/KnowledgeBaseResults.aspx?type=Full&query=DataFilter&articletypes=0&age=0&sort=LastModifiedDate&samplesonly=0
Syed Sadaqat Hussain said:One thing the information which I have provided you early in the form of table is it possible to read like that in the grid.Plaese explain me with short example. So that I have an idea how to go about it.
One thing the information which I have provided you early in the form of table is it possible to read like that in the grid.
Plaese explain me with short example. So that I have an idea how to go about it.
I do not understand what you are asking.
Thanks for suggestion but I am not able to find DataFilter in knowledge Base. I tried to search.
If the user can edit the cells, then a DrawFilter or CreationFilter won't work. Your only option would be to either use an unbound column (and hide the real column) or use a DataFilter.
The DataFilter is probably the best approach. For samples of using DataFilters, check out the Infragistics Knowledge Base. Do a search for the word "DataFilter".