Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Edhy,
I can look into this some, but in truth, you are better off writing a custom control. Custom controls seems to scare everyone, but if you will just stick it out and write one, you will be in control from that point forward. You can implement all of your own logic, reduce overhead, and make it match the exact specs of your application.
This is what we have done. I will be creating some videos and posting them about this at some point in the not too distant future. Anything that is pivotal to our application is generally a custom control. This includes our inline searches. In our charting environment, this is a custom rendered control that is WAY faster than standard 3rd party controls...mainly because we only implement what we need instead of implementing anything that could ever possibly be needed.
|