Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Remove CRLF from Grid cell

$
0
0

Here is the Event  handler -

 protected void Grid_ItemDataBound(object sender, GridItemEventArgs e)
{
     if (e.Item is GridDataItem)
    {

                    item["StandardItemParaDesc"].Text = item["StandardItemParaDesc"].Text.Replace("\r\n", "");
                    item["StandardItemParaDesc"].Wrap = false;
     }

}

 Its is just not working


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>