Posts by Lucas Hoffmann • 13 points
3 posts
-
0
votes1
answer42
viewsQ: How to scroll a <ul> list to my specific <li> after selecting an item that loads the page again?
I have a list <ul> with several <li>, when an item is selected this <li> receives a "Selected id". <ul id="lista-produtos"> <li>produto 1</li> <li>produto…
-
0
votes2
answers591
viewsA: How to pick up the selected item
Hello, Using the Devexpress "Doubleclick" event would be almost the same. private void grdView1_DoubleClick(object sender, EventArgs e) { int index = grdView1.GetFocusedDataSourceRowIndex(); }…
-
-1
votes3
answers343
viewsA: How to view docx and pdf directly in the browser?
Hello, Try to remove from the tag the download target, just like this: <td><a style='color: Blue'…
phpanswered Lucas Hoffmann 13