Hi,
At the moment it seems like the DataForm can handle only Label, Value pairs.
I want to have the possibility the create this structure.
row start
Label, Value <fixed gap> Label, Value
row start
Label, Value <fixed gap> Label, Value
I was hoping not to use a Table to solve it.
When I use the CssClass="rdfLabel rdfBlock" and CssClass="rdfFieldValue" on these pairs, then the structure will be Label, Label, Value, Value. Does it exist a css class that will handle this scenario ? I have tried to search for it, but with no luck. Does it exist any documentation on the predefined css classes and the use.
Regards
Ole Oscar Johnsen
I don't know , for some reason, when I drag a column header to group panel, all the rows of the grid vanish leaving only group panel visible which is unresponsive.
Figure 1 is the original gird.
When I try to drag any column (say Year) to the group panel, Figure 2 is the result.
Your help in solving this problem is highly appreciated.
I started to isolate my code - then realized that this problem is easily reproduced.
Take this example:
http://www.telerik.com/support/code-library/responsive-radgrid-d82dc6333682#eAgo5lqhwEm1m86WcKeqJQ
1. Add AllowSorting="True" to the RadGrid
2. Wrap the RadGrid in a RadAjaxPanel - or wire it to a RadAjaxManager
3. In a normal desktop resolution that should NOT apply the @media CSS rules - Click a Column heading to sort
NOTE: The @media rules are applied to the grid erroneously. I have also had this apply other @media rules on my page - outside of the radgrid and radajax on column sort or grid paging. This problem stops if you remove the Ajax wiring - which then of course makes the page much less usable.
Tested in the latest version of Chrome on Windows 8.1 and using the latest 2015.2 release
achieved implement the diagram on page in my project, but they are asking me to be drawn by code that is within DefaultVB.aspx.vb then receive and display parameters
How the code development? They have something to help me please
http://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultvb.aspx
/
logre implementar el Diagrama que aparece en la pagina en mi proyecto, pero me están pidiendo que se dibuje por código, es decir dentro de DefaultVB.aspx.vb para luego recibir parámetros y mostrarlos
¿como lo desarrollo por código? tienen algo que me ayuden por favor
http://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultvb.aspx
I have a grid with Supplier, Month, Cost that shows the past 12 months. In order to sort the months chronologically, I have SortExpression="Year, Mth" for the Month column, which are the numeric values in the query which are not displayed in the grid. This sorts correctly when the Month column header is clicked, but when I drag the Month column to the group bar, it sorts the months alphabetically. How can I get this to sort by Year, Mth when a user groups by the Month column? It seems this should be doable in the RadGrid's GroupsChanging event, but I'm not sure how to make that happen.
Thanks!
Hi team,
Please suggest the best way to improve performance of my grid, which having 300000 rows.
Please do the needful.
Thanks
Senthilkumar N
Hi,
I have an orgchart setup like this:
<telerik:RadOrgChart ID=
"RadOrgChart1"
runat=
"server"
OnNodeDataBound=
"RadOrgChart1_NodeDataBound"
Skin=
"Metro"
>
<ItemTemplate>
<divstyle=
"height: 50%"
>
<span>Name:
<%#DataBinder.Eval(Container.DataItem,
"Name"
)%></span>
<br/>
<span>
<%#DataBinder.Eval(Container.DataItem,
"role"
)%></span>
<telerik:RadGrid ID=
"RadGrid1"
runat=
"server"
OnNeedDataSource=
"RadGrid1_NeedDataSource"
>
</telerik:RadGrid></div>
</ItemTemplate>
</telerik:RadOrgChart>
Hi,
Our scheduler default view is the current week, however, the current week doesn't change to next week when it is next Monday.
For instance;
Today is Monday at 6am in the morning and the scheduler is still showing the last week.
It gets exchange to this week after 10ish or 11ish.
I have also set up my start time and end time, so not sure it may be related to.
what could be the reason?
Thank you
The attached pic show that the word cannot display properly
how can I avoid this problem?
Hi guys,
if you try to launch the demo overview of radcaptcha Q2 2015 (at http://demos.telerik.com/aspnet-ajax/captcha/examples/overview/defaultcs.aspx ), will be thrown a javascript error "ReferenceError: global is not defined" with Firefox 40.0.3
With IE11 will show an alert box "Silverlight locked and obsolete...".
I'm trying to use the trial version in my project and I need to workaround this problem before buy the commercial version.
Any suggestion?
Thanks