Apskaita5
Apskaita5
User will not be able to declare a variable (e.g. File) within an expression?
I mean smth like "(new FileInfo("whatever")).DoWhatever()"?
Ok, last question :) Is it possible to implement (custom?) variadic function, e.g. iff( cond-1, expr-1; ... ; cond-n, expr-n ) ? I know I can use "?" but that's...
> @Apskaita5 could you please confirm that the HxGrid instance that you refer to is responsive (IsResponsive=true)? Yep. (CSS table-responsive)
> Anyway, what causes your issue most likely is the presence of `overflow: auto | hidden;` on some of the parent elements. Only if it is present on Havit components.
Update regarding problem "Users reported that sometimes browser (Edge, Chrome) wouldn't display a scrollbar for a long/large forms which is fixed by reloading page." It's not related to any exceptions...
Updated to v2.5.1. ObjectDisposedException is gone. TaskCanceledException still present in logs, though doesn't seem to be affecting anything. JS exception is still present. If you navigate to another page immediately...
Blazored/Typeahead component allows for both selecting from a list and search. HxAutosuggest only allows search, not selection from a list. HxSelect allows selection from a list, not search.
That would be great except for two details: * [x] the dropdown doesn't have it's own scrollbar, which is a problem for long lists (just try it with your example,...
Got a warning Component parameter 'CurrentUserState' should not be set outside of its component. Is it (CurrentUserState) json serializable?