Am creating an medical consultation application. In this the patient register a case and the doctor will give reply back to the registered case.
I use telerik radgrid control to display all the cases Registered by the patient. In this grid I need to display the answered cases in different color. In the same way the cases assigned to the doctor is displayed in grid and the unanswered cases should be
displayed in different color. How can i do this.
Myself I would not use a grid i would create my own html where I have more control. BUT i did see this page in teh past seems to be just right for your problem
If you were using a regular gridview, I would suggest putting code in the RowDataBound event of the GridView control and setting the background colour accordingly.
For detailed help on Telerik controls, please ask at:
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
None
0 Points
14 Posts
how to display a conversation?
Apr 07, 2010 08:33 AM|Lakshmithangaraj|LINK
Hai
Am creating an medical consultation application. In this the patient register a case and the doctor will give reply back to the registered case.
I use telerik radgrid control to display all the cases Registered by the patient. In this grid I need to display the answered cases in different color. In the same way the cases assigned to the doctor is displayed in grid and the unanswered cases should be displayed in different color. How can i do this.
Thanks
C sharp#
Member
644 Points
575 Posts
Re: how to display a conversation?
Apr 07, 2010 11:02 AM|ThatsIT|LINK
Myself I would not use a grid i would create my own html where I have more control. BUT i did see this page in teh past seems to be just right for your problem
http://msdn.microsoft.com/en-us/library/bb288030.aspx
All-Star
44551 Points
13496 Posts
MVP
Re: how to display a conversation?
May 05, 2010 07:21 AM|TATWORTH|LINK
If you were using a regular gridview, I would suggest putting code in the RowDataBound event of the GridView control and setting the background colour accordingly.
For detailed help on Telerik controls, please ask at:
http://www.telerik.com/community/forums.aspx
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239