Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
How can I change the PlaceHolder inner text color?
Nothing seems to be working...
<TelerikTextBox Value="@_searchVariable" PlaceHolder="Search Variables" ValueChanged="@(BuildTree)"></TelerikTextBox>
Use ::placeholder with higher specificity (to override our theme styles):
span.k-input ::placeholder, span.k-picker ::placeholder { color: red; }