We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Table Convert To ejGrid

Hi,

An example script, contain Code field value "01,02,03 ".  When the table is converted to ejGrid, although we have determined the type of string  0 is thrown at the beginning of the value. What we need to do to identify the solution?

Regard,

Irfan



Attachment: ExampleCodeStringCode_14c522eb.zip

5 Replies

JK Jayaprakash Kamaraj Syncfusion Team July 20, 2016 11:33 AM UTC

Hi Irfan, 
 
Thank you for contacting Syncfusion support.   
  
We have achieved your requirement using queryCellInfo event. This event is triggered, every time when a request is made to access a particular cell information, element, and data. In this event, we can set text for cells only for displaying purpose. Please refer to the Help document, code example and sample.     


                     queryCellInfo: function (args){ 
                     if(args.column.field == "Code" && args.text.length == 1) 
                        $(args.cell).text(0 + args.text);// this for display purpose only 
                     }, 


Regards, 

Jayaprakash K. 



IA Irfan Alkan July 20, 2016 11:48 AM UTC

Hi  Jayaprakash,

Are you kidding me ?  If the answer to that one person code developers, I suspect your library

Regard,

Irfan



JK Jayaprakash Kamaraj Syncfusion Team July 21, 2016 07:14 PM UTC

Hi Irfan, 

Currently we are validating the issue and we will update further details on 22nd  July , 2016.  
 
Regards, 
 
Jayaprakash K. 



IA Irfan Alkan July 22, 2016 07:16 AM UTC

Hi  Jayaprakash,

Thank you for your interest and   consideration.




Regard,

Irfan


JK Jayaprakash Kamaraj Syncfusion Team July 22, 2016 11:40 AM UTC

Hi Irfan, 
A support incident has been created under your account to resolve the issue. Please log on to our support website to check for further updates.  
 
Regards,
Jayaprakash K. 


Loader.
Live Chat Icon For mobile
Up arrow icon