Does the XamDataGrid have a "Delay" property to such that, a delay can be set, before the notifychangeproperty handler gets triggered??
Kindly let me know.
Thanks,Sudeepti Balepur
Hi Stefan,
Thanks for your help and also for taking it as an idea to be implemented for your grids..
Currently, I havent yet found a way to achieve what I am looking for. In case there are any workarounds out there, please let me know.
Thanks,Sue
Hello Sue,
I am just checking if you need any further assistance on the matter.
After looking into this and doing some research, "Delay for Cell Editing updates" has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thanks for your response. Yes I did see .NET 4.5 has this property and I want to use it in my project. How could I do so with the XamDatagrid's Cell edit property??
I have not been successful in implementing the same and hence the question.
Like I mentioned in my first post, I want to put in a delay to prevent the notify change property handler from being fired constantly - basically like a performance improvement on the UI side ( to prevent it from slowing down.. )
Thanks,
Sue
Hello Sudeepti,
Thank you for your post. I have been looking into it and I can say that the XamDataGrid doesn't have such Property, but in .NET Framework 4.5 there is a Delay Property in the BindingBase class, which you can use. Here you can read more about it:
http://msdn.microsoft.com/en-us/library/system.windows.data.bindingbase.delay(v=vs.110).aspx
Please let me know if you have further questions on this matter.
Looking forward for your reply.