I would like 1 page with 1 grid that depending on user choosing a DDL choice would have different column results.
example:
Rpt 1 choice: Columns = a1, a1, a3, ...
Rpt 2 choice: Columns a1, b2, x4, ....
Can this be done? Or do I have to have a grid for each different report set?
And then just hide other grids not using atm.
Thanks
You can do this with the standard input element:
<input type="text" class="form-control" id="counterAccountCode" placeholder="999-999-999-999-999-999, NONE if not applicable" bind="@Item.CounterAccountCode" />
Is there a way to do this with the Blazor TextBox or is this something that is still in the works?
Thanks.
I need to format one of the columns with three decimal places.
In https://docs.telerik.com/devtools/winforms/api/telerik.documents.spreadsheetstreaming.builtinnumberformats , I could not find any option for the above-mentioned purpose.
I am formatting a column before the data is exported in grid. Here is a code:
I would really appreciate if you could tell me if there is such a BuiltInNumberFormat. If not, is there Telerik class that allows me to do so? I tried incell formatting, but without success.
Anyway to add a tooltip hint to the drawer item?
Popsup when the mouse hovers over it!
Hi,
Is there any way how to customize button(text or command) in Grid Popup window edit mode?
In Inline mode I can modify buttons(text and command)
I have TelerikGrid and when I click on the item of this grid, I should open Telerik Window Modal component.
<StatusUpdateModalComponent WindowVisible="@ModalVisible"></StatusUpdateModalComponent>
In grid:
<GridCommandButton OnClick="ShowUpdateWindow">Update</GridCommandButton>
In event handler:
protected void ShowUpdateWindow(GridCommandEventArgs args) { ModalVisible = true; }
When it's inside grid it opens many modal windows (for each row).
But if outside it shows only one time and doesn't show again if I click again.
Should I put it inside grid or outside?
I've just upgraded from 3.6 to 3.7 and the paging styling on all of my grids, within my application, are now wrong.
Please see attached images.
Many thanks,
Rob
Hi, I need GridFilterMode.FilterRow for decimal or real numbers without arrows . Perhaps, TelerikNumericTextBox can be used, but without arrows or common TextBox. Could you help me with it. Are there any parameters or templates for it?
Thanks
Peter