EasyUI Forum
September 15, 2025, 03:28:53 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Empty row in grid  (Read 10259 times)
MFS
Newbie
*
Posts: 47



View Profile
« on: March 14, 2016, 03:35:00 AM »

Hello.
Why is row empt in grid if that data contain any of these letters čćžšđ.
If is any of those letters row is blank, but if I change data and change ć with c or ž with z or š with s od đ with d, than is ok.
For example, in sql when I do Select ID,Name FROM City I recive two results:
1 Beograd
2 Čapljina

First row in grid is ok, and display ID and Name properly but in next row I have ID and empty row.
If I change in table City Čapljina to Capljina then is all OK.
WHY?
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: March 16, 2016, 08:54:53 AM »

Make sure that your json data is retrieved successfully on the browser. Please refer to this example http://jsfiddle.net/gp3Lhfwx/. It works fine.
Logged
MFS
Newbie
*
Posts: 47



View Profile
« Reply #2 on: March 17, 2016, 06:13:04 AM »

Ok, this is local sample.I reciving data from sqlserver 2008 that support žćčđš and I checked collation, and all is ok.
Also my code page is ok.
But sill is empty row if data contain and of this fonts čćžšđ .
Why?
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #3 on: March 17, 2016, 08:02:02 AM »

The datagrid displays the same data, no matter local data or remote data. You need to check if the data returned from your server is correct. Open the browser's debug tool and you will find out what data returned from your server.
Logged
MFS
Newbie
*
Posts: 47



View Profile
« Reply #4 on: March 18, 2016, 01:57:47 AM »

I recive records that is empty row where is exsist čćžšđ...All other records are ok.
Logged
MFS
Newbie
*
Posts: 47



View Profile
« Reply #5 on: March 23, 2016, 06:42:17 AM »

Any solution?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!