Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1725
Using Win.UltraWinGrid.Resources.Customizer across grids
posted

I have an application that uses the UltraWinGrid all over the place. What I'm trying to do is to customize the "DeleteSingleRowPrompt" and "DeleteMultipleRowsPrompt" messages to be related to the specific grid...for example, if I have trucks in a grid and cars in a grid the delete would say "Do you want to delete this truck" or "Do you want to delete this car" depending on the grid where the action is being performed. If there was only one grid at a time then just setting the string when the form is created would work but there may be multiple windows with multiple grids visible at any instant. Since it appears as though the Infragistics.Win.UltraWinGrid.Resources.Customizer is a single instance for all grids, is there a recommended way to do what I'm trying to accomplish?

 

Parents Reply Children