Jump to content

Juugii

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Juugii

  1. Unicode write read cookie uses System.NetEncoding //write cookie UniApplication.Cookies.SetCookie(CookieName,CookieValue, 0, False, False, ''); //read cookie strval=TNetEncoding.Base64.decode(UniApplication.Cookies[CookieName]);
  2. i do unidbgrid runtime pagesized use PagingToolbarResizer.js my data total record 180 first grid create weboptions page size 25 i runtime mode change page size to 100 then i edit first page last row edit post but select cursor move other row two page first why post data changed row select cursor? Help me
  3. You can achieve this behavior by adding at unievents function afterrender(sender, eOpts) { sender.forceSelection = true; }
×
×
  • Create New...