Posted 22 May 2013 Link to this post
<
telerik:RadGrid
ID
=
"RadGrid1"
DataSourceID
"Sqldatasource1"
Width
"500px"
Height
runat
"server"
AutoGenerateColumns
"false"
AllowRowSelection
"true"
>
MasterTableView
Columns
telerik:GridBoundColumn
DataField
"OrderID"
HeaderText
UniqueName
"ID"
</
"OrderDate"
></
"ShippedDate"
"ShipCountry"
"ShipPostalCode"
ClientSettings
Scrolling-AllowScroll
Scrolling-UseStaticHeaders
Posted 07 Oct 2013 Link to this post
HI Shinu
I tried the same
Posted 27 Feb 2015 Link to this post
Posted 27 Feb 2015 in reply to Aris Link to this post
Aris said:Another clue to this problem. It is working on my dev web server, does not on IIS7!
Posted 19 Oct 2016 Link to this post
Hi All,
Issue:
I had an issue when I use telerik DataForm with telerik RadGrid, the Form looked cut off when you publish to server but ok when running from local machine.
Solution:
has to be a combination of two things:
1- for the form issue make the top of your html side to your web form or MasterPage look like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> <head runat="server"> <title></title> <meta name="viewport" http-equiv="Content-Type" content="text/html; charset= UTF-8" /> <meta http-equiv="x-ua-compatible" content="IE=Edge"/>
this will fix the form issue but will cause the horizontal scrollbar to disappear from the RadGrid.
2- then to fix the RadGrid go to the MasterTableView of the RadGrid and set width to 100%
hope this will help
Hi Aris,
I replied to your question, hope it'll be posted after 24 hours as they indicated.
regards
Posted 21 Sep 2017 in reply to Muhammad Link to this post