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
1921
LoadCustomization not working immediately after assigning the datasource
posted

Hi

The LoadCustomization not working if i call immediately after assigned the datasource.

After that if i called through any button action, the preference loads perfectly.

Please see the attached solution.

Steps to Reproduce:(Run the solution)(Library version 9.2.20092.2001)

1. Click the LoadGrid.

2. Sort the Salary column.

3. Click SaveCustomization button. (The preference will store in local member)

4. Again click the LoadGrid. Now the new grid will create with same fields and datasource.

    And i load the stored preference there. (see my code)

5. But If you click the LoadCustomization button in screen, the stored preference will load

    perfectly.

What i have to do extra on this to LoadCustomization immediately.?

 

Regard

Ramesh.P

 

 

 

PersonalisationInGrid.zip
Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    Hello Ramesh,

     

    I tested your sample and I think it runs correctly. I am using 9.2.20092.2023 so this is probably something that we have already resolved.

    Here is what I am doing:

    1. Click Load

    2. Move some fields or sort

    3. Click Save

    4 Move some fields or sort again

    5. Click Load Grid or Load Customizations. The settings saved in 3 are restored.

Children