i have a placeholder in a grid, while binding the grid i am appending string of data to Literal control and added this literal to placeholder dynamically
while rendering the grid the more than one space it's not showing but in dev tools the spaces are still their. how can i get that spaces into display.
i did so many changes, i used Label instead of Literal and Panel in place of Placeholder .
and also i tried appending entire string with <p> tag also. but still i am not getting those spaces .
****it's mandatory to show how many spaces are their we have to show all the spaces.
and it's a telerik grid
Go to the complete details ...