This is a migrated thread and some comments may be shown as answers.

Grid validation

7 Answers 1786 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 08 May 2019, 12:04 PM

From my initial experiments and looking at the documentation it seems like the TelerikGrid component doesn't currently have features for performing data validation, is that correct?  If so, are there plans to add validation for the grid, and if so what sort of timescale are we looking at for those?

7 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 09 May 2019, 07:04 AM
Hi,

Yes, the built-in validation in the Grid edit forms is on our immediate roadmap, and you should see it available in a few weeks at the most.

Regards,
Bozhidar
Progress Telerik UI for Blazor
0
Tom
Top achievements
Rank 1
answered on 09 May 2019, 08:42 AM

Thanks Bozhidar.  Is the roadmap something you could share with the community?  It would be really useful to know which features are coming and in what sort of timescale, it will help us work out what we can use Telerik components for and what we'll need to develop ourselves?

I had a look on GitHub and it doesn't look like the Blazor project is open-source, otherwise I'd track the plans there.

0
Marin Bratanov
Telerik team
answered on 10 May 2019, 04:26 AM
Hello Tom,

We are working on a roadmap page as well, I expect that it will be live in a URL similar to this: https://www.telerik.com/support/whats-new/blazor-ui/roadmap

Things are still quite dynamic, because, while we do have some ideas, we are also trying to follow very closely the feedback we receive, sometimes we even implement features or fixes on the days that we receive requests.

For the time being, A good spot to provide feedback and to see what is popular (i.e., is likely to get implemented sooner) is our feedback portal: https://feedback.telerik.com/blazor. After the roadmap page is live, the feedback portal will still be an important tool that we will continue using to gauge interest and determine priority.

On the source code - we will definitely make it available in the future, probably as a zip package available in your account, like the other suites we have. We are also looking into this too.

All that said, if you have questions, requests, bug reports or just general feedback on how you use blazor, our components and what you would like to see in the future - just reach out to us. A forum thread, a private ticket, the feedback portal are all places we can talk.


Regards,
Marin Bratanov
Progress Telerik UI for Blazor
0
Ziga HABJAN
Top achievements
Rank 1
answered on 09 Dec 2019, 12:15 PM
Is the feature ready (grid validation)?
0
Marin Bratanov
Telerik team
answered on 09 Dec 2019, 01:20 PM

Hi Ziga,

The PopUp edit form has an EditForm and supports validation. You can see it in action in this demo: https://demos.telerik.com/blazor-ui/grid/editing-popup

There is also an example in the documentation: https://docs.telerik.com/blazor-ui/components/grid/editing/popup

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
0
App
Top achievements
Rank 1
answered on 22 May 2020, 07:08 PM
Hi Marin! Can you confirm whether the Incell Blazor editting already has a validation feature?
0
Marin Bratanov
Telerik team
answered on 24 May 2020, 12:05 PM

Hello,

InCell editing and InLine editing cannot have an out-of-the-box validation because that's not how validation in Blazor works. You can read more about this here: https://feedback.telerik.com/blazor/1447439-is-there-a-way-to-implement-custom-validation-in-a-blazor-telerik-grid-when-pressing-save-update-command-button-if-not-is-there-plans-on-providing-custom-validation-as-a-feature-in-the-near-future.

What you can consider is using the OnUpdate and OnCreate events to determine if the data is valid and if not - show a message to the user and put the item back in edit/insert mode through the grid state: https://docs.telerik.com/blazor-ui/components/grid/state#initiate-editing-or-inserting-of-an-item.

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
rad
Top achievements
Rank 1
commented on 31 May 2022, 09:51 AM

What does the template code look like ? 

slope unblocked

Tags
General Discussions
Asked by
Tom
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Tom
Top achievements
Rank 1
Marin Bratanov
Telerik team
Ziga HABJAN
Top achievements
Rank 1
App
Top achievements
Rank 1
Share this question
or