You have done great work.
Madam, my main question is that I dont want to use any HTML Tags. I just want to create complete grid with mentioned functionalities using c# code using
builder.OpenComponent(0,typeof(SfTextBox));
builder.AddAttribute(11, "Name", "JStxt");
builder.CloseComponent();
.