Title: Empty row in grid Post by: MFS 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? Title: Re: Empty row in grid Post by: jarry 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.
Title: Re: Empty row in grid Post by: MFS 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? Title: Re: Empty row in grid Post by: jarry 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.
Title: Re: Empty row in grid Post by: MFS on March 18, 2016, 01:57:47 AM I recive records that is empty row where is exsist čćžšđ...All other records are ok.
Title: Re: Empty row in grid Post by: MFS on March 23, 2016, 06:42:17 AM Any solution?
|