Hi Dave,
Thanks for
using Syncfusion products.
We would like to let you know
that the reported issue is not reproduced at our end. Moreover, by observing your
code we found that the conditional formatting is applied only after
serialization. Could you please let us know your requirement much briefly? So,
it would be easy for us to provide you a prompt solution.
And for further clarification we
have provided a sample(attached) implementing the same.Please let us know if you have any other concerns.
Thanks & Regards,
AL.Solai.
Hi Dave,
Thanks for
the update.
Kindly refer the below provided
sample with mdb file. We would very appreciate if you could reproduce the issue
in the provided sample. Since, we are confused with the workarounds .Please,
provide a brief description about you requirement.
Thanks & Regards,
AL.Solai.
Hi Dave,
Thanks for
the update.
We regret to let you know that we couldn’t able to get what
is your requirement exactly. Could you please clarify the following queries. So,
that it would be easy for us to proceed further.
Queries:
1.Why have you called the reset(DB connection) method after
serialization?
2.Is there any specific reason for using threads or just for
workaround?.
We would very much appreciate if you could provide a sample
with DB reproducing the issue.
Suggestions : the issue may be because of dataset not
cleared before Deserialization or the data set used for Serialization and
Deserialization are not the same.
Please let us know if you have any other concerns.
Thanks & Regards,
AL.Solai.
Hi Dave,
Thanks for
the update.
As you said
“seems with Access DB it all works fine”, we couldn't able to reproduce the issue at our end. Hence, please send the "Sample
with DB" as soon as possible. So, that it would be easy for us to proceed
further.
Please let us know if you have any other concerns.
Thanks & Regards,
AL.Solai.
Hi Dave,
We would like to let you know that to improve the performance of Grid use conditional formatting inside “QuerycellInfo” event. This would apply conditional formatting only for those cells which are currently in view state. Kindly refer the below provided document for reference.
http://help.syncfusion.com/ug/windows%20forms/grid/default.htm#!Documents/querycellinfoevent.htm
Please let us know if you have any concerns.
Thanks & Regards,
AL.Solai.
Hi Dave,
Sorry for the delay.
To improve the performance of the grid, kindly refer the below
provided code snippet. The following properties improves the efficiency of the
grid.
Code Snippet:
#region
this.gridGroupingControl1.AllowedOptimizations
= Syncfusion.Grouping.EngineOptimizations.RecordsAsDisplayElements;
this.gridGroupingControl1.AllowSwapDataViewWithDataTableList
= true;
this.gridGroupingControl1.UseOldListChangedHandler
= true;
this.gridGroupingControl1.UseDefaultsForFasterDrawing
= true;
this.gridGroupingControl1.UpdateDisplayFrequency
= 100;
this.gridGroupingControl1.InvalidateAllWhenListChanged
= true;
GridControlBase.UseOldHiddenScrollLogic
= true;
#endregion
Please let us know
if you have any concerns.
Thanks &
Regards,
AL.Solai.
Hi Dave,
Thanks for the update.
We regret to let you know that the issue("Conditional Formatting") is not reproduced at our end.Could you please report the issue with more information (and snapshot) through Direct-Trac Developer Support System (https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents ), because you can take the advantage of the expertise of a dedicated support engineer and a guaranteed response time and we hope you will take advantage of this system as well.
Please let us know if you have any other concerns.
Thanks & Regards,
AL.Solai.