We have a scenario where we will have to execute stored procedures and display the data on xamgrid. Some of the stored procedure return upto 50K records and therefore we would like to display them using virtual collection. However, we also have a scenario where the output of the stored procedures can change at times(may return new set of columns) based on the business requirement. We would not like to change the model everytime that happens hence we return a standard type of IEnumerable<Dictionary<string, object>>. Please let me know if its still feasible to use virtual collection under the given constraints.
Hi,
sorry for the late response,
there is no problem using VirtualCollection as long as you use a Dictionary<string, object> as items.
From XamGrid point of view you will need to use XamGrid's String Indexers Support feature. This approach will work well if:
I have attached a sample solution outlining this approach(xamGrid part only).
Sincerely,
I have a similar issue in my Xamgrid. But in my case Autogenerated Columns will be false and i am also using IEnumaerable<Dictionary<String, Object>> collection. But i want to know what Type of Virtual Collection should i be creating. I am using LightWeight Silverlight DataTable as given here.
Note :- As you mentioned about "String Indexers Support" feature in XamGrid Link is broken. So could you able provide alternative to that.
I think you got wrong what "support case" is. Support case(aka ticket) is created when a customer have encounter and reported a bug so he/she could be notified when the bug is fixed.
So you could track the progress on the ticket I've created for you logging in infragistics.com, then go to "My IG" -> "My Support Activity"(or use this link) there you should be able to find the CAS-64389-R40TGY entry.
The issue is already fixed and will be available after next service release, which is probably going to be out during next week.
Regards,
Hi ,
I am not finding any Support Activity when i click the link and Even when i went to "MY IG -> MY Support Activity". I think, i might don't have the permissions for that Support activity. if you have a sample could you please attach it. Because my client need very urgently. So any how i have to make Cell BOLD.
I am not sure why you cannot find the case. However, there is no solution to this issue in the case its main purpose is for you to be notified when a there is a Service/Volume release containing the fix for the issue you've reported.
As I said before next service release should be out around the end of the next week or the beginning of the week after that.
Issue :- "FontWeight isn't applied when the ConditionalFormatRule is Row". you have informed me about a support case - its id is CAS-64389-R40TGY".But I didnt get any notification for this support case.I am not able to find the support case Id, when i went to "My IG -> My Support Activity" or by using the link provided by you.Please if you have a sample could you please attach it. Its my kind request..
I took some time to check why you are unable to see the case I created. It seams the case has been assigned to the user that created this forum thread(SilverDev). Sorry for the confusion created. A new support case for you is created its id is: CAS-65032-M8GRHP. Hopefully you will be able to find it in "My Support Activity" section.
Sorry for the confusion once again.