|
Title: How to dynamic change of datagrid title Post by: Stefan B. on August 15, 2014, 02:11:56 AM I would change a datagrid title dynamic. How can i do this?
The following code is not working: Code: $('#cb1').combobox({ Title: Re: How to dynamic change of datagrid title Post by: Stefan B. on August 15, 2014, 02:17:39 AM I found the solution:
Code: var dgPanel = $('#dg').datagrid('getPanel'); |