This is a migrated thread and some comments may be shown as answers.

Background threading and updating a cell background color in radGrid AJAX

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dennis
Top achievements
Rank 1
dennis asked on 24 Sep 2010, 08:25 PM
I have a thread that is calling an MSMQ queue. 
a) In the thread, I read in the xml into a dataset. 
b) in the thread, I loop through the dataset rows to identify if a value == or != some business rule
c) in the thread, based on the results of (b), I need to update a radGrid's background.

What is the best approach to auto-refresh the grid when MSMQ processes a messaging coming in?  Code examples in either VB.NET or C# would be extremely helpful.

Thanks,
/DZ

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 29 Sep 2010, 02:19 PM
Hello dennis,

I believe this question is out of the scope of RadGrid. You can implement this requirement using a standard GridView control, and then replace the GridView with a RadGrid without affecting the solution to this requirement.

Veli
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
dennis
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or