Skip to content

Navigation data on 3rd party items control #2362

Closed Answered by xperiandri
xperiandri asked this question in Q&A
Discussion options

You must be logged in to vote

Specific IRequestHandler is required

MUST BE ADDED TO DI HERE

.UseNavigation(ReactiveViewModelMappings.ViewModelMappings, RegisterRoutes, configureServices: (context, services) => services
    .AddSingleton<IRequestHandler, SfDataGridRequestHandler>()
    .AddSingleton<IRequestHandler, SfTreeGridRequestHandler>()
)
using Syncfusion.UI.Xaml.DataGrid;

/// <summary>
/// Navigation request handler for <see cref="SfDataGrid"/> controls.
/// </summary>
/// <param name="HandlerLogger">Logger for logging</param>
public record SfDataGridRequestHandler(ILogger<SfDataGridRequestHandler> HandlerLogger) : ControlRequestHandlerBase<SfDataGrid>(HandlerLogger)
{
    /// <inheritdoc/>
    public override I…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xperiandri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant