I have grid view with update, add new and delete functionality. I use datasource to that operation. When i update data some data is not updating. As my focus textboxes filed cant update. Other data is updating. I highligtht below wich columns are not update
ConnectionString="<%$ ConnectionStrings:SiteSqlServer1 %>"
SelectCommand="SELECT convert(varchar(10),VendorTransDate,103) as VendorTransDateF,convert(varchar(10),VOurTransRetDate,103) as VOurTransRetDateF, * FROM [qry_data_VendorTransmittals] WHERE (DocNo = @DocNo)"
DeleteCommand ="Delete from [tbl_DATA_VendorTransmittals] where VTransID=@VTransID"
InsertCommand="insert into tbl_DATA_VendorTransmittals ([VendorDocRev],[VendorTransDate],VReasonforIssueID,
[VOurTransRetDate],[VOurRtrnTransNo],OurRtrnCodeID,DocNo,[VendorTransNo],VOurDocRev) values(@VendorDocRev,@VendorTransDate,
@VReasonforIssueID,@VOurTransRetDate ,@VOurRtrnTransNo,@OurRtrnCodeID,@DocNo,@VendorTransNo,@VOurDocRev) "
UpdateCommand="update tbl_DATA_VendorTransmittals set [VendorDocRev]=@VendorDocRev, [VendorTransDate]=@VendorTransDate,[VendorTransNo]=@VendorTransNo,
VReasonforIssueID=@VReasonforIssueID, [VOurTransRetDate]=@VOurTransRetDate,
[VOurRtrnTransNo]=@VOurRtrnTransNo,OurRtrnCodeID=@OurRtrnCodeID, VOurDocRev=@VOurDocRev where VTransID=@VTransID" runat="server">
I am trying to launch a RadWindow from a Master/Detail RadGrid. Once all editing is done would like to rebind the data in the source detail part of the grid. Lauched grid like I have done in the past, but now need to disable viewstate. Have JavaScript to tell host page that I am closing and should rebind (fine there too). Host page is AjaxManager request event is posted and the data bind command is executed.
RadGrid1.DataBind()
But the grid seem to be the same. So is the above sufficient to bind the detail data?
Secondly, I was thinking that ajaxs needs to understand to refresh that control, so I added RadAjaxManager to the grid and the manager and then the RadWindow stopped launching.
Is there something different about a RadCombo box and how it is rendered with the width property? When ever I set the width property to the same width as another control (usually a text box) I notice that the rendered combo width is usually not as wide as the other controls set to the same width. Looks like it around 5 pixels shorter. I always have to tweak it to make it line up with the other controls on the page.
Hi Telerik team!
I'm having trouble with the RadCaptcha and I'm hoping you can show me what I'm doing wrong. I have a web garden and I have set the handler's path to "Telerik.Web.UI.WebResourceSession". When I clicked "Generate New Image" and entered the resulting code, the IsValid property is false during postback. If I use the initial image and not generate a new one, the entered code will be accepted. Below is the aspx code:
Is it possible to persist the expanded state of a hierarchical grid when the user leaves the page and then returns at a later point?
I've tried a few of the methods described in the forum related to hashtables and viewstates and I can't seem to get it to work.
Basically we have a hierarchical grid with 3 levels that is contained within an updatepanel and that gets its data from OnNeedDataSource. The grid has links within it with which the user may navigate off of the page. But when they return we'd like to have them come back to the same expanded view they had originally without having to re-expand each of the levels.
to preserve the expanded states of groups across postbacks. I am finding a situation where it is failing and I'm not sure why. For example, if I populate the grid, and expand a group, then refresh the page, the groups are expanded as expected. See Image 1. But, I have the grid set for AllowRowSelect in the ClientSettings of the grid. If I display the grid, expand a group and select a row, the row highlights as expected and the group stays expanded. If I then cause a refresh by clicking on a button on the page that rebinds the grid, the grid is expanded, and the group stays expanded. So far so good. But, after that, if I select a row, the grid group collapses, with the indicator left in the expanded state. See image 2. Even if the SelectedIndexChanged method is not set, the expanded state of the grid reverts to all groups collapsed, but the expanded buttons showing they're expanded.
Hey everyone,
We have been having issues with Telerik RadGrid in Firefox and also IE8 to some degree. I wasn't aware that using Telerik controls required any special behavior in making them cross browser compatible but I am constantly told to go in and tweak this style class and that style class. It's getting a bit much.
1. First, we get odd column widths and readability when using IE8 and NOT in Compatibility mode? Anyone running into this?
2. Second, in FF we get really odd behavior where the columns seem to be displaying all of the text but just overlapping the next column over. (I have attached a screen shot)
a. Notice in the screen shot that the column headers for Download, Print, and View are larger. I was told I needed to override the Telerik style in my master.css to fix this?
b. Column text just flows into the next cell and doesn't seem to obey the boundaries or wrap
Is there aneasy way to turn off LoadOndemand feature?
We have auser control which build on radComboBox with default LoadOnDemand value to true,and we like to disable the LoadOnDemand if recordset has less than 3000records. So thecombobox will look like regular list box.
A critical error has occurred. Could not load RadEditor! Check your provider configuration for errors (folders, links, or CSS) !
StartIndex cannot be less than zero.
Parameter name: startIndex
To recreate, with LinksUseTabNames="false" in the web.config file, add a new page to the portal. In the advanced settings for the page, set the Link Type to URL (A link to an external resource...) and put in any URL.
Then go to any page and edit a text module. You will get the above error. The theory on this end is that the page with the external url link cannot be built by the radeditor when it's building the Custom Links dropdown.