Threaded View
-
11 Sep 2012 5:46 AM #1
Answered: How to change 'Loading...' text in PagginToolbar?
Answered: How to change 'Loading...' text in PagginToolbar?
Hi guys! I am using PagingToolbar and I want change text of the appearing 'Loading...' message (appeares after click to 'Refresh' button). How can I do it? Have no idea. Have not found the answer in documentation.
-
Best Answer Posted by droessner
You can add a the following config to your grid definition to change the loading text of the load mask:
Code:viewConfig: { loadingText: 'some other text...' }


Reply With Quote