Hi all,
i am in project, now i am in critical phase..
my scenario : Radgrid needs to refresh at regular interval, but not whole grid, it should refresh particular columns.
In Details:
Consider
B1 is buyer1
B2 is buyer2 and so on.
S is seller.
S(Seller) wants to sell a product through online and he can Negotiate Rate to different Buyer(B1,B2 and so on) at same time.
i am using grid control to display Buyers details to seller
Grid Contain:
Sellers's Grid
Buyer Name*, Product Name*, Product's First Rate*, Seller's Rate**, Buyer Rate*$
Buyer's Grid
Seller Name*, Product Name*, Product's First Rate*, Buyer's Rate**, Seller Rate*$
* --> Label
** --> Textbox
$ --> Columns needs to refresh
Seller will entry his rate in Seller's Rate in Grid, after entering the rate immediately it should be display in Buyers Gird(Seller Rate Column).
i can able to fetch the rate in grid, using timer control. the problem is, it refresh whole grid.
while seller trying to enter rate in grid, due to refresh of grid, Seller not able to enter rate at the time of timer control triggers.
it is possible to refresh particular column in grid without affecting other columns.
Most importantly, it is possible refresh the Buyer Rate column and enter the value in Seller's Rate column at same time in Seller's Grid.
It you have solution,help me
Thanks in Advance.
Regars
ASRK.....
Hi,
When I was using RadNumericTextBox, I got an error window when LMB is up over a spin button.
When I pressed LMB on increase/decrease buttons and held LMB without releasing it, everything was OK. The corresponding value could be changed correctly.
But when LMB was released, an error message box poped up. At that time, there is no postback yet. So I think the error raised from client.
I do not know which event raised when LMB is up over a spin button, so I am not able to trace the error.
Could you provide me some ideas about how to investigate some kind of issue?
Thanks
Best regards
Zhang Rui
Hello Team,
Am expecting PivotGrid to display value into following order 1, 2, 12 and then 1011 but PivotGrid is displaying them into 1, 1011, 12 and then 2.
How can this be fixed?
Thanks,
Mohan
I have an issue while doing custom sorting( PivotGridSortOrder.None) on pivot grid using multiple columns.
Issue: Want to use custom sorting for pivotgrid control.
* I have set both the row field (Country field) and column field (StateCode) to PivotGridSortOrder.None so that it does not use ascending or descending sorting instead it will use sorting as per data set provided.
* For country field(Row field) I have following values : Japan, Argentina, Zimbabwe and India, I want pivot grid to display them in same order too and it is working fine.
* For StateCode field (column field), I have following values: Mno, Abc, Zmp and Ctp and I want pivot grid to display them in this order only. But it is not.
* Dataset being returned by SP is attached. refer screenshot.
* Data being displayed on pivot is attached, refer screenshot.
Let me know how to fix it.
Hello.....
how to add Column Group for code behigh vb.net
- I Can pic1.png
- I want pic2.png
Steps to reproduce:
1. Go to Editor, open an image manager https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2. Unload image with file name "test%image.png"
3. The preview on this image broken
I have a RadComboBox inside a RadListView. When selected an item in the list, the SelectedIndexChanged event does not fire. Here is my HTML:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1" BackColor="White">
<div class="form-group">
<asp:RadioButtonList ID="radioChoice" runat="server" RepeatDirection="Horizontal" AutoPostBack="true" CssClass="inline-rb" OnSelectedIndexChanged="radioChoice_SelectedIndexChanged">
<asp:ListItem Value="Multiple" Text="Multiple Record Report" Selected="True" />
<asp:ListItem Value="Single" Text="Single Record Report" />
</asp:RadioButtonList>
</div>
<asp:HiddenField runat="server" ID="panelCollapse" ClientIDMode="Static" />
<asp:HiddenField runat="server" ID="SelectedItem" />
<hr />
<telerik:RadListView runat="server" ID="radlistview1" OnItemDataBound="radlistview1_ItemDataBound" >
<ItemTemplate>
<div class="panel panel-default">
<div class="panel-heading" style="border:none; padding:0px !important">
<h4 class="panel-title">
<a data-toggle="collapse" href="#pnl<%#Eval("ModuleDataKey") %>" rel="popover" data-placement="top" data-content="Click to expand/collapse report list" data-trigger="hover"><i class="s7-plus"></i></a> <%#Eval("ModuleDataKey") %>
</h4>
</div>
<div id='pnl<%#Eval("ModuleDataKey") %>' class="panel-collapse collapse">
<div class="panel-body" style="padding:0px !important 10px 0px 10px">
<div runat="server" id="multiDirections" visible="true" class="message">Click the Filter icon to select the data filter for your report and then click on the desired report.</div>
<div runat="server" id="singleDirections" visible="false" class="message">Click the dropdown list to select the item for your report and then click on the desired report.</div>
<div runat="server" id="noResults" style="background-color:#ED4B4B;color:white" visible="false"><asp:Label runat="server" ID="lblNoResults"></asp:Label></div>
<div class="panel panel-alt3 panel-transparent" style="padding: 0px !important">
<div class="panel-heading panel-heading-cg">
<div class="input-group">
<span runat="server" id="spFilter" visible="true">
<button type="button" data-toggle="dropdown" title="Filter List" class="btn btn-alt3" id="btnFilter" runat="server"><i class="icon icon-left s7-filter"></i><span class="caret"></button>
<ul role="menu" class="dropdown-menu">
<asp:PlaceHolder runat="server" ID="hldFilters"></asp:PlaceHolder>
</ul>
</span>
<span id="ddlLists" runat="server" visible="false" style="display:inline" >
<%-- <asp:PlaceHolder runat="server" ID="moduleList"></asp:PlaceHolder>--%>
<span runat="server" id="spJobDropDown" visible='<%# DataBinder.Eval(Container.DataItem, "ModuleDataKey").ToString().ToLower() == "job" ? true : false %>'>
<telerik:RadComboBox DropDownAutoWidth="Enabled" RenderMode="Lightweight" ID="qfTicket_cmbJob" EmptyMessage="Type to Select..." runat="server" Width="500px" EnableLoadOnDemand="true" ShowMoreResultsBox="true" EnableVirtualScrolling="true" OnSelectedIndexChanged="qfTicket_cmbJob_SelectedIndexChanged" AutoPostBack="true">
<WebServiceSettings Method="GetJobs" Path="~/Portal/Ajax/COGS.asmx" />
</telerik:RadComboBox>
</span>
<span runat="server" id="spTicketDropdown" visible='<%# DataBinder.Eval(Container.DataItem, "ModuleDataKey").ToString().ToLower() == "ticket" ? true : false %>'>
<telerik:RadComboBox DropDownAutoWidth="Enabled" RenderMode="Lightweight" ID="cmbTicket" EmptyMessage="Type to Select..." runat="server" Width="500px" EnableLoadOnDemand="true" ShowMoreResultsBox="true" EnableVirtualScrolling="true" OnSelectedIndexChanged="cmbTicket_SelectedIndexChanged" AutoPostBack="true">
<WebServiceSettings Method="GetTickets" Path="~/Portal/Ajax/COGS.asmx" />
</telerik:RadComboBox>
</span>
</span>
</div>
<div runat="server" id="SelectedFilter" style="background-color:#fff2d7; color:black;padding-left:10px" ><asp:Label runat="server" ID="filterName" Font-Size="Small"></asp:Label></div>
</div>
<div class="panel-body" style="padding-top:10px">
<br />
<asp:HiddenField ID="hfModule" Value='<%#Eval("ModuleDataKey") %>' runat="server" />
<asp:PlaceHolder ID="phRow" runat="server"></asp:PlaceHolder>
</div>
</div>
</div>
</div>
</div>
</ItemTemplate>
</telerik:RadListView>
</telerik:RadAjaxPanel>
Here is my code behind:
protected void qfTicket_cmbJob_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
{
((CG.Portal.Web.DesktopMaster)Page.Master).ClearMessage();
IdentifierId = e.Value;
}
protected void cmbTicket_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
{
((CG.Portal.Web.DesktopMaster)Page.Master).ClearMessage();
IdentifierId = e.Value;
}
Any assistance is greatly appreciated!
Hello
I need your help ,How can I replace English numbers (0,1,2,3,4,5,6,7,8,9) to Arabic number (٠,١,٢,٣,٤,٥,٦,٧,٨,٩) on onkeydown
thanks