blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid : how to select a row after getting information in the grid

Open kperez0697 opened this issue 4 months ago • 3 comments

I have a grid that shows me a list based on the text that I enter in a text box, what I want is to select the record that is put in the text box, to get a clearer idea I attach a image

imagen_2024-02-26_193040004

as u see first i typed then click on "buscar" and finally i see the data in grid but I want to select automatically after got the information

kperez0697 avatar Feb 27 '24 00:02 kperez0697

@kperez0697 Can you explain your full requirement for better understanding?

gvreddy04 avatar Feb 27 '24 05:02 gvreddy04

@kperez0697 Sharing some links you can take a look.

Link: https://demos.blazorbootstrap.com/grid#selection image

Link: https://github.com/vikramlearning/blazorbootstrap-examples

gvreddy04 avatar Feb 27 '24 05:02 gvreddy04

ty for response, now im using selection mode single,it works ,but its posible select a row from code? ,i mean check the row want i want but from code ,i was trying but i cant did it

kperez0697 avatar Feb 28 '24 14:02 kperez0697