TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kiran Kumari
NA
142
12.9k
I got this error
Jun 18 2019 5:48 AM
hello every one i am facing error of telril UI when i want to show data on textboxes oncell click
here is my code
private
void
radGridView1_CellClick(
object
sender, Telerik.WinControls.UI.GridViewCellEventArgs e)
{
if
(e.RowIndex >=0)
{
DataGridViewRow row =
this
.radGridView1.Rows[e.RowIndex];
txtaddbookID.Text=row.Cells[
"bookID"
].Value.ToString();
txtbookName.Text = row.Cells[
"BookName"
].Value.ToString();
txtBookPrice.Text = row.Cells[
"bookPrice"
].Value.ToString();
txtBookQuantity.Text = row.Cells[
"bookCount"
].Value.ToString();
}
}
tahnks in advance
Reply
Answers (
3
)
GridView And DropDownList In Each Row
HttpClient POST to Web API returns 400 Bad Request