Jump to content

Локализация меню Lock/Unlock в заголовках сетки uniDBGrid


x11

Recommended Posts

  • x11 changed the title to Локализация меню Lock/Unlock в заголовках сетки uniDBGrid
  • 9 months later...
On 4/7/2021 at 7:43 PM, Sherzod said:

UniDBGrid -> ClientEvents ?

Подскажите, что я делаю не так?

Мне нужно увеличить расстояние между кнопками

Вот код:

function beforeInit(sender, config)
{
	//config.multiColumnSort = true;
	config.lockText = 'Закріпити';
	config.unlockText = 'Відкріпити';
  
	//увеличить расстояние между кнопками
	config.header = {
		defaults: {
			width: 20
		}
	};
}

 

в консоли браузера появляется ошибка: JS Error: missing } after property list

Спасибо.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...