Boris Djurdjevic
Boris Djurdjevic
Just to add that I've found `AddButtonComponent` method on Grid object but it requires TComponent (.razor file) Not sure if function can somehow be inserted here instead of another page.
Snipped with example would be nice, thx.
I wasn't able to make this work, so now trying again. I've made a Demo project, created new BlazorServer simple app, with entities _Order_ and _Customer_ and their pages with...
Still struggling to connect this. Any change you could update working example in the linked Demo.
I have managed to make it work. Big Thanks for the component. Linked repository [GridBlazorDropDown](https://github.com/borisdj/GridBlazorDropDown) is now updated with working example, in case someone else would need it. Services are...
@faina09 one more Q. I now have DropDown Remote Lookup with **(Key,Value)** not being _(Int/String)_ but **_(Guid/String)_**. And the is issue that when on Form Adding new record, on component...
Actually I think I have solved the problem, seems the issue was something else (wrong Service for lookup). Will check it further.
If those are also hidden on Form one alternative solution would be to not use Entity directly with Grid but to have classes EntityModel with only needed properties and use...
I've loaded the Source and have managed to find the issue, null was thrown in CGrid.cs on line: `Pager.PageSize = opt.PageSize;` This happend because of attribute `[GridTable(PagingEnabled = true, PageSize...
Not sure about that Text. Anyway I've just published new Nuget since code had some changes that were not published so try that first. And secondly you could load the...