I have problem in JqGrid in mvc asp.net
Posted
by kapil
on Stack Overflow
See other posts from Stack Overflow
or by kapil
Published on 2010-05-21T13:34:30Z
Indexed on
2010/05/21
13:50 UTC
Read the original article
Hit count: 394
jqgrid
I am working on jqgrid.And I need to display records same as in database tables. Suppose there is 2-3 spaces in a particular item , so it should be display like this. I dont want to remove this space in my jqgrid.
Exp: Display like this-
Jqgrid is good feature
but its displaying -
Jqgrid is good feature
without space() I want to display,If there is 2 space or more we need to display with all the spaces.
© Stack Overflow or respective owner